home *** CD-ROM | disk | FTP | other *** search
/ One Click 14 / OneClick14.iso / Curso / Aula1.swf / scripts / DefineButton2_50 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2004-08-04  |  141 b   |  7 lines

  1. on(release){
  2.    if(this.executar.text.toLowerCase() == "excel")
  3.    {
  4.       _root.janela.aula00.CAula.layout.letsgo.nextframe();
  5.    }
  6. }
  7.